home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / VISUAL_B / H441.ZIP / VXBTEST.ZIP / VXFORM6.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-11-13  |  8KB  |  284 lines

  1. VXFORM6
  2. Aircraft Record Display
  3. Form2%
  4. Frame15
  5. Status
  6. >    AirStatus
  7. AirExit
  8. E&xit
  9. 5    AirBrowse
  10. &Browse
  11. AirPrev
  12. &Prev
  13. AirNext
  14. &Next
  15. Frame12
  16. Fuel Capacity
  17. MS Serif
  18. AirFuel
  19. MS Serif
  20. Frame11
  21. Capacity Lbs
  22. MS Serif
  23. AirEmpty
  24. MS Serif
  25. Frame13
  26. Avionics
  27. MS Serif
  28. AirDeice
  29. Deice
  30. MS Serif
  31. AirELT
  32. MS Serif
  33. AirRadarAlt
  34. Radar Altimeter
  35. MS Serif
  36. AirAudioPan
  37. Audio Panel
  38. MS Serif
  39. AirAutoP
  40. Auto Pilot
  41. MS Serif
  42. Air3LMB
  43. MS Serif
  44. AirRadar
  45. Radar
  46. MS Serif
  47. AirGlideSl
  48. GlideSlope
  49. MS Serif
  50. AirRMI
  51. MS Serif
  52. AirXpndr
  53. Transponder
  54. MS Serif
  55. AirHSI
  56. MS Serif
  57. AirADF
  58. MS Serif
  59. AirRnav
  60. MS Serif
  61. AirNav2
  62. NavCom2
  63. MS Serif
  64. AirDME
  65. MS Serif
  66. AirNav1
  67. NavCom1
  68. MS Serif
  69. Frame10
  70. Gross Wt
  71. MS Serif
  72. AirGross
  73. MS Serif
  74. Frame9
  75. Since Overhaul
  76. MS Serif
  77. AirSTOH
  78. MS Serif
  79. AirSPOH
  80. MS Serif
  81. AirSMOH
  82. MS Serif
  83. Label3
  84. MS Serif
  85. Label2
  86. MS Serif
  87. Label1
  88. Major
  89. MS Serif
  90. Frame8
  91. MS Serif
  92. AirTTSN
  93. MS Serif
  94. Frame7
  95. Annual
  96. MS Serif
  97.     AirAnnual
  98. MS Serif
  99. Frame6
  100. MS Serif
  101. AirYear
  102. MS Serif
  103. Frame5
  104. Price
  105. MS Serif
  106. AirPrice
  107. MS Serif
  108. Frame14
  109. N-Code
  110. MS Serif
  111. AirNet
  112. MS Serif
  113. Frame4
  114. Description
  115. MS Serif
  116. AirDesc
  117. MS Serif
  118. Frame3
  119. MS Serif
  120. AirType
  121. MS Serif
  122. Frame2
  123. MS Serif
  124. AirNNo
  125. MS Serif
  126. Frame1
  127. MS Serif
  128. AirCode
  129. MS Serif
  130. AirDataLoad
  131. NumVal
  132. CursorWait
  133. AirCode
  134. TextH
  135. vxField
  136. AirNNo
  137. AirType
  138. AirDesc\
  139. vxDouble
  140. AirPrice
  141. AirYear3
  142.     AirAnnualp
  143. AirTTSN
  144. AirSMOH
  145. AirSPOH
  146. AirSTOHw
  147. AirGross
  148. AirEmpty
  149. AirFuel
  150. AirNet
  151. Air3LMB
  152. Value
  153. vxTrueQ
  154. AirADF
  155. AirAudioPan
  156. AirAutoP
  157. AirDeice5
  158. AirDME
  159. AirELT
  160. AirGlideSl
  161. AirHSI
  162. AirNav1
  163. AirNav2    
  164. AirRadarU
  165. AirRadarAlt&
  166. AirRMI
  167. AirRnav
  168. AirXpndr
  169. vxUnlock
  170. CursorArrow
  171.     Form_Load
  172. vxSelectDbf
  173. AircraftDbf
  174. Form6Active
  175.     AirStatus
  176. vxRecNos
  177. AirExit_Click
  178. VXFORM6
  179. Form_Unload
  180. Cancel
  181. FALSE
  182. AircraftReturnf
  183. BROWSE_USER
  184. vxCloseD
  185. vxWindowDereg
  186. VXFORM14
  187. OpenCust
  188. Enabled>
  189. OpenAircraft
  190. LinkBuyToSell
  191. LinkSellToBuy
  192.     PackFiles
  193. AirBrowse_Click
  194. Visible
  195.     BrowseAir
  196. AirNext_Click
  197. vxSkip
  198. AirNext'
  199. AirPrev]
  200.     AIrBrowse
  201. vxEof
  202.     vxDeleted
  203. vxBottom
  204. BROWSE_EDIT
  205. AirPrev_Click
  206. vxBof
  207. vxTop
  208. Form_PaintM
  209. vxFormFrame
  210. vxEvalDouble
  211. AirYear_Change
  212. AirBrowse_Click
  213.  current form is unloaded because if needed again-
  214.  the form_load proc must be invoked to reset the
  215.  control datad
  216.  so we don't close files
  217.  when we unload the form
  218. AirDataLoad
  219. c_code
  220. c_nno
  221. c_cat
  222. c_desc
  223. c_price
  224. #######0
  225. c_year
  226. c_annual
  227. c_ttsn
  228. #####0
  229. c_smoh
  230. c_spoh
  231. c_stoh
  232. c_gwt
  233. ####0
  234.  use vxEvalDouble to calc capacity iny
  235.  lbs by subtracting empty weight from grossr
  236.  in an xBase expression instead of Vis Bas
  237. c_gwt - c_ewt
  238. ####0
  239. Numeric expression eval error
  240. c_fuelcap
  241. c_net
  242. #######0
  243. c_lmb
  244. c_adf
  245. c_audpan
  246. c_autop
  247. c_deice
  248. c_dme
  249. c_elt
  250. c_glidesl
  251. c_hsi
  252. c_navcom1
  253. c_navcom2
  254. c_radar
  255. c_radaral
  256. c_rmi
  257. c_rnav
  258. c_xpndr
  259. AirExit_Click
  260.  unloading the form performs cleanup for us-
  261. AirNext_Click
  262.  skip forward one record
  263.  if skip error, only allow exit
  264. Error on Skip Next. Try Reindex.
  265.  the only choice we leave the operator is to exit
  266.  test for end of file-
  267. End of File!
  268. Skipped to record 
  269. AirPrev_Click
  270.  skip back one record
  271.  if skip error, only allow exit
  272. Error on Skip Previous. Try Reindex.
  273.  test for beginning of filer
  274. Beginning of File!
  275. Skipped to record 
  276. Form_Load
  277.  call general proc to load controls
  278. Record 
  279. Form_Paint
  280. Form_Unload
  281.  close aircraft file and reset table
  282.  and restart menu items if we're
  283.  NOT being unloaded by the Browse button
  284.